//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Scott Bradlee's Postmodern Jukebox','Englert Theatre','Iowa City, IA','Thursday','7/17/2025','7:30 PM','6975329','Scott-Bradlee-s-Postmodern-Jukebox-7-17-2025'],['Lizzie No','Englert Theatre','Iowa City, IA','Friday','7/18/2025','7:30 PM','7134442','Lizzie-No-7-18-2025'],['Ear Hustle Live','Englert Theatre','Iowa City, IA','Friday','8/15/2025','7:30 PM','7084930','Ear-Hustle-Live-8-15-2025'],['Leo Kottke','Englert Theatre','Iowa City, IA','Wednesday','9/10/2025','7:30 PM','7214800','Leo-Kottke-9-10-2025'],['Noah Reid','Englert Theatre','Iowa City, IA','Friday','9/12/2025','7:30 PM','7053801','Noah-Reid-9-12-2025'],['Jefferson Starship','Englert Theatre','Iowa City, IA','Sunday','9/21/2025','7:30 PM','7135191','Jefferson-Starship-9-21-2025'],['A.J. Croce','Englert Theatre','Iowa City, IA','Thursday','9/25/2025','7:30 PM','7027299','A-J--Croce-9-25-2025'],['John Prine Songs & Souvenirs: David Jacques & Jason Wilber','Englert Theatre','Iowa City, IA','Friday','9/26/2025','7:30 PM','7198297','John-Prine-Songs---Souvenirs--David-Jacques---Jason-Wilber-9-26-2025'],['Chris Acker ','Englert Theatre','Iowa City, IA','Sunday','9/28/2025','7:30 PM','7200573','Chris-Acker--9-28-2025'],['Jonathan Richman & Tommy Larkins','Englert Theatre','Iowa City, IA','Friday','10/17/2025','7:30 PM','7244499','Jonathan-Richman---Tommy-Larkins-10-17-2025'],['Heads In Motion - Talking Heads Tribute','Englert Theatre','Iowa City, IA','Saturday','11/1/2025','7:30 PM','7053802','Heads-In-Motion---Talking-Heads-Tribute-11-1-2025'],['The Wood Brothers','Englert Theatre','Iowa City, IA','Wednesday','11/12/2025','7:30 PM','7225803','The-Wood-Brothers-11-12-2025'],['Dan Soder','Englert Theatre','Iowa City, IA','Thursday','11/13/2025','7:00 PM','7143765','Dan-Soder-11-13-2025'],['Molly Tuttle','Englert Theatre','Iowa City, IA','Sunday','11/16/2025','7:30 PM','7196172','Molly-Tuttle-11-16-2025'],['Rodney Crowell','Englert Theatre','Iowa City, IA','Wednesday','11/19/2025','7:30 PM','7247756','Rodney-Crowell-11-19-2025'],['Chris Thile','Englert Theatre','Iowa City, IA','Friday','1/16/2026','7:30 PM','7247755','Chris-Thile-1-16-2026']],'Englert Civic Theatre','http://www.ticketnetwork.com/ticket/Englert-Civic-Theatre-events.aspx');